PEGetNthParameterValueDescription

Use PEGetNthParameterValueDescription to retrieve the description of the value set for a parameter.

C Syntax
BOOL CRPE_API PEGetNthParameterValueDescription (
        short printJob,
        const char FAR *parameterFieldName,
        const char FAR *reportName,
        short index,
        HANDLE FAR *valueDesc,
        short FAR *valueDescLength );
Parameters

printJob

Specifies the print job from which you want to gather parameter value description information.

parameterFieldName

Specifies a pointer to the parameterFieldName for which you want to retrieve the parameter value description.

reportName

Specifies a pointer to the report name. See Remarks below.

index

Specifies the index.

valueDesc

Specifies a pointer to the handle of the value description to be retrieved.

valueDescLength

Specifies a pointer to the length of the value description.

Returns
Remarks

Regarding parameter reportName:

VB Syntax
Declare Function PEGetNthParameterValueDescription Lib "crpe32.dll" (_
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String, ByVal index As Integer, _
    valueDesc As Long, valueDescLength As Integer ) As Integer
Delphi Syntax
function PEGetNthParameterValueDescription (
printJob : Smallint;
parameterFieldName : PChar;
reportName : PChar;
index : Smallint;
var valueDesc : HWnd;
var valueDescLength : Smallint): Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com